From 61dc15decea6f321a27d46080215a27f1bd2e4b8 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 22 Dec 2010 21:50:00 +0000 Subject: [PATCH] Fixup date and uppercase parameter from r78824 --- includes/api/ApiQueryQueryPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiQueryQueryPage.php b/includes/api/ApiQueryQueryPage.php index 40592605b6..fd9ea9d63a 100644 --- a/includes/api/ApiQueryQueryPage.php +++ b/includes/api/ApiQueryQueryPage.php @@ -2,7 +2,7 @@ /** * * - * Created on Sep 10, 2007 + * Created on Dec 22, 2010 * * Copyright © 2010 Roan Kattouw .@gmail.com * @@ -78,7 +78,7 @@ class ApiQueryQueryPage extends ApiQueryGeneratorBase { $r['cached'] = ''; $ts = $qp->getCachedTimestamp(); if ( $ts ) { - $r['cachedTimestamp'] = wfTimestamp( TS_ISO_8601, $ts ); + $r['cachedtimestamp'] = wfTimestamp( TS_ISO_8601, $ts ); } } } -- 2.20.1